Click or drag to resize

Attribute Class

Represents attribute field as a property of SessionDescription or Media.
Inheritance Hierarchy
SystemObject
  Independentsoft.Sip.SdpAttribute

Namespace:  Independentsoft.Sip.Sdp
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public class Attribute

The Attribute type exposes the following members.

Constructors
  NameDescription
Public methodAttribute
Initializes a new instance of the Attribute class.
Public methodAttribute(String)
Initializes a new instance of the Attribute class with the specified name.
Public methodAttribute(String, String)
Initializes a new instance of the Attribute class with the specified name and value.
Top
Properties
  NameDescription
Public propertyName
Gets or sets name of the Attribute.
Public propertyValue
Gets or sets value of the Attribute.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Converts the value of this instance to its equivalent string representation.
(Overrides ObjectToString.)
Top
See Also